home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / smallfnt.zip / CREATE.BAT next >
DOS Batch File  |  1990-02-15  |  165b  |  5 lines

  1. rem  This file compiles and links the example program.
  2. rem  Use MAKELIBS.BAT first, to create the required library.
  3. bc example/o;
  4. link example/ex,,nul,smallfnt;
  5.